projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94bec52
)
(socket_connection): Free realhost after using it.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Dec 1996 06:01:18 +0000
(06:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 16 Dec 1996 06:01:18 +0000
(06:01 +0000)
lib-src/pop.c
patch
|
blob
|
history
diff --git
a/lib-src/pop.c
b/lib-src/pop.c
index c4d4c26e5efd28f0d0594ce58dacb4798b476844..9292998e2882fa938674cda290ac987a188eb3f6 100644
(file)
--- a/
lib-src/pop.c
+++ b/
lib-src/pop.c
@@
-1184,6
+1184,7
@@
socket_connection (host, flags)
(struct sockaddr_in *) 0,
"KPOPV0.1");
free ((char *) ticket);
+ free (realhost);
if (rem != KSUCCESS)
{
strcpy (pop_error, KRB_ERROR);